-- card: 5399 from stack: in.rs -- bmap block id: 8926 -- flags: 0000 -- background id: 2138 -- name: You Win ----- HyperTalk script ----- on openCard global guesses global theNumber put "You got it in only " & 8-guesses & " guesses!" & return & "The number was " & theNumber & "." into card field "Info" play "Hi Ho!" end openCard -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=39 top=291 right=330 bottom=469 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: Info -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=383 top=289 right=331 bottom=479 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Hey, OK! ----- HyperTalk script ----- on mouseUp visual effect scroll left go to card 1 end mouseUp -- part contents for card part 1 ----- text ----- You got it in only 4 guesses! The number was 80.